home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3525 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: news.uni-c.dk!news
  2. From: perjuul@po.ia.dk (Djinni)
  3. Newsgroups: comp.lang.c++
  4. Subject: Using extended memory, how?
  5. Date: Wed, 24 Jan 1996 16:26:50 GMT
  6. Organization: News Server at UNI-C, Danish Computing Centre for Research and Education.
  7. Message-ID: <31065a68.1348121@news.uni-c.dk>
  8. Reply-To: perjuul@po.ia.dk
  9. NNTP-Posting-Host: sdbg-04.ia.dk
  10. X-Newsreader: Forte Agent .99d/32.168
  11.  
  12. Hi all,
  13.  
  14. I am currently programming a game editor for Hexen and I have run into
  15. a few problems.
  16.  
  17. The main problem is memory. How do I allocate memory with Himem.sys?
  18. There is no documentation (in bcc 4.52) about using extended memory. I
  19. use the HUGE memory model.
  20.  
  21. I also own the Powerpack, which includes a DPMI32 dos extender. With
  22. this extender, the memory problem is solved, but two other problems
  23. arise:
  24.  
  25. 1. It won't run together with W95.
  26. 2. There is no support for mouse unless I use Turbo Vision (which I
  27. hate).
  28. 3. My current mouse is written in assembler and use interrupt 33. This
  29. cannot run without TASM32.EXE, which is not included in the Powerpack
  30. nor in the BC++ 4.52.
  31.  
  32. Someone out there with a clue?
  33.  
  34.  
  35.  
  36. Regards,
  37. Jens.
  38.  
  39. /* ----------------------------------------------
  40. Co-author of Memento Mori for Doom II. The 32 map
  41.    replacement for the critical Doom players!
  42.  
  43.           Other pwads done for Doom II:
  44.  Corridors of Hell, single-death (cor_hel4.zip) 
  45.   Walkabout, single,cooperative (wlkabot2.zip)
  46.  
  47.  Check out my homepage for Hexen editing stuff: 
  48.      http://www.geocities.com/hollywood/2298
  49. ---------------------------------------------- */
  50.